home *** CD-ROM | disk | FTP | other *** search
- Path: news.ttu.edu!usenet
- From: talleyj@hub.ofthe.net (Jason)
- Newsgroups: comp.lang.c++
- Subject: Far Calls
- Date: Wed, 10 Apr 1996 20:43:55 GMT
- Organization: Texas Tech Academic Computing Services
- Message-ID: <4kgvf1$891@ttacs7.ttu.edu>
- NNTP-Posting-Host: adm42-1.uprs.ttu.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- For any CS Majors, Junior and above...
- How do you make a far call to a SPECIFIC address in C/C++. We must
- write a monitor for class, with the ability to modify EXACT memory
- locations and execute the code from a given location. Also, is anyone
- familar with the REGISTER command? It says it will load the value
- directly into a register, IF POSSIBLE. Now, does this if possible
- give you a indicator that it has? If not, is there a way TO ALWAYS
- load into a register. This program is basically supposed to be MS
- DEGUB but designed and written by us. So far, these are the only 2
- stumbles I have come across.
-
-
- Jason Talley
- talleyj@hub.ofthe.net
- talley-ho@ttu.edu
- Junoir CS Major
- Texas Tech University
- Lubbock, Tx
-
-